Live Demo
Browse the Schemify example schematics directly in your browser — no install required.
Opening a schematic
| Action | Shortcut |
|---|---|
| Switch tab | Ctrl+Tab / Ctrl+Shift+Tab |
| Zoom in/out | scroll wheel |
| Pan | middle-click drag |
| Select all | Ctrl+A |
| Fit to view | F |
| Toggle symbol/schematic | E |
Running this locally
git clone https://github.com/UWASIC/Schemify.git
cd Schemify
zig build -Dbackend=web run_local # → http://localhost:8080
Or open a specific project:
zig build run -- --open examples/cmos_inv